Validate a collection of email address. Input will be an array of email address strings, output will be array of validation objects for each email address sent on request
Post | Validation_PostEmailAddressesValidationResult |
Resource Path: /api/validation/email
Uri: http://doc.jamsscheduler.com/api/validation/email
The request body is of type Array[string].
The response body is of type Array[EmailValidatorResponseDto].
OK